home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / desktop / odbtn.zip / TEST.DEF < prev    next >
Text File  |  1992-07-06  |  622b  |  21 lines

  1. ;--------------------------------------------
  2. ; it!.DEF module definition file
  3. ;--------------------------------------------
  4.  
  5. NAME                  it
  6.  
  7. DESCRIPTION           'Windows App Skeleton'
  8. EXETYPE               WINDOWS
  9. STUB                  'WINSTUB.EXE'
  10. CODE                  PRELOAD MOVEABLE
  11. DATA                  PRELOAD MOVEABLE MULTIPLE
  12. HEAPSIZE              1024
  13. STACKSIZE             8192
  14. EXPORTS               WndProc
  15.               TestOneProc
  16.               TestTwoProc
  17. IMPORTS              BTNBAR.InitializeButtons
  18.               BTNBAR.CreateButtons
  19.               BTNBAR.DrawButtons
  20.               BTNBAR.DeleteBtnBitMaps
  21.